|
When touching the ENT key by Keyboard, fix the input. To let PLC know when ENT key is pressed, there are following 2 ways. |
|
- |
Using the Parts of Keypad Input Display in GP-PRO/PB3 C-Package03 (V7.0 or later) |
|
In GP-PRO/PB3 C-Package03 V7.0 or later, the Parts of Keypad Input Display have [Input Completion] function. When inputting the data by Keypad, the Bit Address set here turns ON. (Please turn this bit OFF on PLC side.) |
|
|
|
*Only GP2000 series, GLC2000 series and ST series support this function. As for other models, please refer to the following method. |
|
|
- |
Using GP-PRO/PB3 C-Package03 (less than V7.0) or K-tag |
|
|
|
Connecting to PLC or Controller |
The 03rd bit of "Word Address+6" in System Data Area changes. This bit turns ON/OFF as ENT key is touched. |
|
|
|
|
|
Connecting to a Board Computer by [Memory Link Method] |
In this case, the 3rd bit of 0001 address in System Data Area changes. This bit inverts as ENT key is touched. |
|
|
|
|
|